home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / standard / sinh.z / sinh
Text File  |  1998-10-30  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4. SSSSIIIINNNNHHHH((((3333MMMM))))                                                              SSSSIIIINNNNHHHH((((3333MMMM))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      sinh, cosh, tanh, fsinh, sinhf, fcosh, coshf, ftanh, tanhf, sinhl, coshl,
  10.      tanhl - hyperbolic functions
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      ####iiiinnnncccclllluuuuddddeeee <<<<mmmmaaaatttthhhh....hhhh>>>>
  14.  
  15.      ddddoooouuuubbbblllleeee ssssiiiinnnnhhhh((((ddddoooouuuubbbblllleeee xxxx))));;;;
  16.      ffffllllooooaaaatttt ffffssssiiiinnnnhhhh((((ffffllllooooaaaatttt xxxx))));;;;
  17.      ffffllllooooaaaatttt ssssiiiinnnnhhhhffff((((ffffllllooooaaaatttt xxxx))));;;;
  18.      lllloooonnnngggg ddddoooouuuubbbblllleeee ssssiiiinnnnhhhhllll((((lllloooonnnngggg ddddoooouuuubbbblllleeee xxxx))));;;;
  19.  
  20.      ddddoooouuuubbbblllleeee ccccoooosssshhhh((((ddddoooouuuubbbblllleeee xxxx))));;;;
  21.      ffffllllooooaaaatttt ffffccccoooosssshhhh((((ffffllllooooaaaatttt xxxx))));;;;
  22.      ffffllllooooaaaatttt ccccoooosssshhhhffff((((ffffllllooooaaaatttt xxxx))));;;;
  23.      lllloooonnnngggg ddddoooouuuubbbblllleeee ccccoooosssshhhhllll((((lllloooonnnngggg ddddoooouuuubbbblllleeee xxxx))));;;;
  24.  
  25.      ddddoooouuuubbbblllleeee ttttaaaannnnhhhh((((ddddoooouuuubbbblllleeee xxxx))));;;;
  26.      ffffllllooooaaaatttt ffffttttaaaannnnhhhh((((ffffllllooooaaaatttt xxxx))));;;;
  27.      ffffllllooooaaaatttt ttttaaaannnnhhhhffff((((ffffllllooooaaaatttt xxxx))));;;;
  28.      lllloooonnnngggg ddddoooouuuubbbblllleeee ttttaaaannnnhhhhllll((((lllloooonnnngggg ddddoooouuuubbbblllleeee xxxx))));;;;
  29.  
  30. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  31.      The long double and single-precision routines listed above are only
  32.      available in the standard math library, -_l_m and in -_l_m_x.
  33.  
  34.      These functions compute the designated hyperbolic functions for double,
  35.      float, and long double arguments.
  36.  
  37. EEEERRRRRRRROOOORRRR ((((dddduuuueeee ttttoooo RRRRoooouuuunnnnddddooooffffffff eeeettttcccc....))))
  38.      Below 2.4 _u_l_ps; an _u_l_p is one _Unit in the _Last _Place.
  39.  
  40. DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  41.      In the diagnostics below, functions in the standard math library _l_i_b_m._a,
  42.      are referred to as -_l_m versions, those in math library _l_i_b_m_x._a are
  43.      referred to as -_l_m_x versions, and those in the the BSD math library
  44.      _l_i_b_m_4_3._a are referred to as -_l_m_4_3 versions.  The -_l_m and -_l_m_x versions
  45.      always return the default Quiet NaN and set _e_r_r_n_o to EDOM when a NaN is
  46.      used as an argument.  A NaN argument usually causes the -_l_m_4_3 versions to
  47.      return the same argument.  The -_l_m_4_3 versions never set _e_r_r_n_o.
  48.      The value of HUGE_VAL is IEEE Infinity.
  49.  
  50.      If the correct result would overflow, the _c_o_s_h functions return HUGE_VAL.
  51.      The _s_i_n_h functions return HUGE_VAL for positive _x and -HUGE_VAL for
  52.      negative _x. The -_l_m versions also set _e_r_r_n_o to ERANGE for any overflow.
  53.  
  54.      See matherr(3M) for a description of error handling for -_l_m_x functions.
  55.  
  56. NNNNOOOOTTTTEEEESSSS
  57.      Long double operations on this system are only supported in round to
  58.      nearest rounding mode (the default).  The system must be in round to
  59.      nearest rounding mode when calling any of the long double functions, or
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. SSSSIIIINNNNHHHH((((3333MMMM))))                                                              SSSSIIIINNNNHHHH((((3333MMMM))))
  71.  
  72.  
  73.  
  74.      incorrect answers will result.
  75.  
  76.      Users concerned with portability to other computer systems should note
  77.      that the long double and float versions of these functions are optional
  78.      according to the ANSI C Programming Language Specification ISO/IEC 9899 :
  79.      1990 (E).
  80.  
  81.      Long double functions have been renamed to be compliant with the ANSI-C
  82.      standard, however to be backward compatible, they may still be called
  83.      with the double precision function name prefixed with a q.
  84.  
  85. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  86.      math(3M), matherr(3M)
  87.  
  88. AAAAUUUUTTTTHHHHOOOORRRR
  89.      W. Kahan, Kwok-Choi Ng
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.